home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 1
/
Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso
/
mac
/
DOS
/
BUSINESS
/
JCTP15
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-12-21
|
1KB
|
36 lines
echo off
cls
if "%1"=="" goto instruct
echo about to install to %1. To exit, hold down the CTRL key and press C or...
pause
md %1
copy *.* %1
cls
ECHO HARD DISK INSTALLATION COMPLETE
ECHO.
ECHO Change to the %1 directory and type JCTP15 to run the program.
echo For example, if the path is C:\JCTP then to change
echo to that directory type C: and press Enter. Then type
ECHO CD\JCTP and press Enter. Then type Jctp15 and press Enter.
goto exitt
:instruct
echo if you wish to install JCTP Database to a hard disk or
echo or to a 3 1/2 inch drive then please enter the following:
ECHo
ECHO INSTALL [PATH]
ECHO
ECHO Where [path] is the full directory path name.
echo EXAMPLE: INSTALL C:\JCTP
echo The example above will create a directory on the C drive called
echo JCTP and will copy the files from the floppy disk to that
echo directory.
echo
echo If you will be running the program from a floppy then make backup copies
echo of the disk (refer to the DISKCOPY command of your DOS manual)
echo Then with your copy of the disk in the drive type JCTP and press
echo enter key.
:exitt